PowerTCP Sockets for .NET
Receive(Byte[],Int32,Int32,SocketFlags) Method




Syntax
'Declaration
 
<SecuritySafeCriticalAttribute()>
Public Overloads Function Receive( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal size As Integer, _
   ByVal socketFlags As SocketFlags _
) As Datagram
'Usage
 
Dim instance As UdpBase
Dim buffer() As Byte
Dim offset As Integer
Dim size As Integer
Dim socketFlags As SocketFlags
Dim value As Datagram
 
value = instance.Receive(buffer, offset, size, socketFlags)
[SecuritySafeCritical()]
public Datagram Receive( 
   byte[] buffer,
   int offset,
   int size,
   SocketFlags socketFlags
)
[SecuritySafeCritical()]
public: Datagram* Receive( 
   byte[]* buffer,
   int offset,
   int size,
   SocketFlags socketFlags
) 
[SecuritySafeCritical()]
public:
Datagram^ Receive( 
   array<byte>^ buffer,
   int offset,
   int size,
   SocketFlags socketFlags
) 

Parameters

buffer
offset
size
socketFlags
See Also

Reference

UdpBase Class
UdpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic